Add Iceberg REST auth server configuration property#23739
Merged
kiersten-stokes merged 1 commit intoprestodb:masterfrom Oct 1, 2024
Merged
Add Iceberg REST auth server configuration property#23739kiersten-stokes merged 1 commit intoprestodb:masterfrom
kiersten-stokes merged 1 commit intoprestodb:masterfrom
Conversation
steveburnett
previously approved these changes
Sep 27, 2024
Contributor
steveburnett
left a comment
There was a problem hiding this comment.
LGTM! (docs)
Pull branch, local doc build, looks good. Thanks!
presto-iceberg/src/main/java/com/facebook/presto/iceberg/rest/IcebergRestCatalogFactory.java
Show resolved
Hide resolved
1d7249b to
cdad727
Compare
ZacBlanco
reviewed
Sep 30, 2024
Contributor
ZacBlanco
left a comment
There was a problem hiding this comment.
It would be good to see a unit test where we can verify the catalog config has properly set the OAUTH2_SERVER_URI as well.
presto-iceberg/src/main/java/com/facebook/presto/iceberg/rest/IcebergRestCatalogFactory.java
Outdated
Show resolved
Hide resolved
cdad727 to
e972c98
Compare
Add comment and source Add test
e972c98 to
3f78bf7
Compare
ZacBlanco
approved these changes
Oct 1, 2024
hantangwangd
approved these changes
Oct 1, 2024
agrawalreetika
approved these changes
Oct 1, 2024
25 tasks
Contributor
|
Saved that user @kiersten-stokes is from IBM |
Contributor
|
Formatting nit for the release note entry |
steveburnett
reviewed
Jan 6, 2025
Contributor
steveburnett
left a comment
There was a problem hiding this comment.
LGTM! (docs)
Pull branch, local doc build, looks good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new configuration property for an OAUTH2 server uri:
iceberg.rest.auth.oauth2.uriMotivation and Context
Fixes #23491
See linked issue for context
Impact
Adds a
iceberg.rest.auth.oauth2.uriconfigurable propertyTest Plan
Configuration tests have been updated
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.